home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / unplot12.zip / UNPLOT.DCL < prev    next >
Text File  |  1994-07-30  |  5KB  |  187 lines

  1. //
  2. // UnPlot.DCL - Copyright 1993,94 by Mountain Software
  3. //
  4. // This file is used by Unplot, the AutoCAD Un-Plotter
  5. //
  6. // THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
  7. // WARRANTY.  ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR
  8. // PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
  9. //
  10. //*===================================================================*
  11.  
  12. dcl_settings : default_dcl_settings { audit_level = 0; }
  13.  
  14. unplot : dialog
  15. {
  16.     label = "UnPlot (c) Mountain Software";
  17.     initial_focus = "filebutton";
  18.     spacer_1;
  19.     : boxed_column {
  20.         label = "File and Scaling";
  21.         //*----- File
  22.         : row {
  23.             : button {
  24.                 label = "File ";
  25.                 fixed_width=true;
  26.                 width = 5;
  27.                 key = "filebutton";
  28.                 mnemonic = "F";
  29.             }
  30.             : edit_box {
  31.                 key = "filename";
  32.                 width = 25;
  33.             }
  34.         }
  35.         //*----- Scale
  36.         : row  {
  37.             : edit_box {
  38.                 key = "scale";
  39.                 label = "Scale: 1 = ";
  40.                 width = 25;
  41.                 mnemonic = "S";
  42.             }
  43.         }
  44.     }
  45.     spacer_1;
  46.     :row {
  47.         :button {
  48.             key = "hpgl_settings";
  49.             label = "HPGL Settings";
  50.             mnemonic = "H";
  51.         }
  52.         :button {
  53.             key = "pcl_settings";
  54.             label = "PCL Settings";
  55.             mnemonic = "P";
  56.         }
  57.     }
  58.     spacer_1;
  59.     ok_cancel_help_errtile;
  60. }
  61.  
  62. hpgl : dialog {
  63.     //*----- hand sketch parameters
  64.     : boxed_row  {
  65.         label = "Slop and Jiggle";
  66.         : edit_box {
  67.             key = "slop";
  68.             label = "sLop";
  69.             width = 10;
  70.             mnemonic = "L";
  71.         }
  72.         : edit_box {
  73.             key = "jiggle";
  74.             label = "Jiggle";
  75.             width = 10;
  76.             mnemonic = "J";
  77.         }
  78.     }
  79.     spacer_1;
  80.     ok_cancel_help_errtile;
  81. }
  82.  
  83. pcl : dialog {
  84.     label = "PCL Settings";
  85.     :row {
  86.         :column {
  87.             :boxed_row {
  88.                 label = "Pages to Import";
  89.                 :edit_box {
  90.                     label = "From Page ";
  91.                     mnemonic = "F";
  92.                     edit_width = 5;
  93.                     fixed_width = true;
  94.                     key = "starting_page";
  95.                 }
  96.                 :edit_box {
  97.                     label = " To Page";
  98.                     mnemonic = "T";
  99.                     edit_width = 5;
  100.                     fixed_width = true;
  101.                     key = "ending_page";
  102.                 }
  103.             }
  104.             : boxed_radio_row  {
  105.                 label = "Multiple Page Layout";
  106.                 : radio_button {
  107.                     label = "Horizontal";
  108.                     mnemonic = "H";
  109.                     key = "page_horiz";
  110.                 }
  111.                 : radio_button {
  112.                     label = "Vertical";
  113.                     mnemonic = "V";
  114.                     key = "page_vert";
  115.                 }
  116.             }
  117.             :boxed_column {
  118.                 label = "Text Settings";
  119.                 : toggle {
  120.                     label = "Overwrite Text Styles";
  121.                     mnemonic = "O";
  122.                     key = "replace_styles";
  123.                 }
  124.                 :edit_box {
  125.                     label = "Default Font File";
  126.                     mnemonic = "F";
  127.                     alignment = right;
  128.                     key = "default_style";
  129.                 }
  130.             }
  131.             :boxed_column {
  132.                 label = "Fill Settings";
  133.                 : toggle {
  134.                     label = "Import Raster";
  135.                     mnemonic = "R";
  136.                     key = "raster_mode";
  137.                 }
  138.                 :edit_box {
  139.                     label = "Solid Fill Threshold (%)";
  140.                     mnemonic = "T";
  141.                     edit_width = 8;
  142.                     fixed_width = true;
  143.                     alignment = right;
  144.                     key = "solid_threshold";
  145.                 }
  146.                 :edit_box {
  147.                     label = "Line Width Threshold";
  148.                     mnemonic = "L";
  149.                     edit_width = 8;
  150.                     fixed_width = true;
  151.                     alignment = right;
  152.                     key = "line_width";
  153.                 }
  154.                 :edit_box {
  155.                     label = "Transparent Color";
  156.                     mnemonic = "T";
  157.                     edit_width = 8;
  158.                     fixed_width = true;
  159.                     alignment = right;
  160.                     key = "trans_color";
  161.                 }
  162.             }
  163.         }
  164.         :column {
  165.             alignment = top;
  166.             fixed_height = true;
  167.             ok_button;
  168.             cancel_button;
  169.             help_button;
  170.         }
  171.     }
  172.     errtile;
  173. }
  174.  
  175. look_file : dialog {
  176.     label = "";
  177.     key = "filename";
  178.     : list_box {
  179.         key = "look_box";
  180.         tabs = "9 17 25 33 41 49 57 65 73 81";
  181.         width = 74;
  182.         height = 20;
  183.     }
  184.     ok_button;
  185. }
  186.  
  187.